Description
Get the children of the document backing the folder item with the given id. Return the results as a JSON blob.
Operation id | NuxeoDrive.GetChildren |
Category | Services |
Label | Nuxeo Drive: Get children |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "NuxeoDrive.GetChildren",
"label" : "Nuxeo Drive: Get children",
"category" : "Services",
"requires" : null,
"description" : "Get the children of the document backing the folder item with the given id. Return the results as a JSON blob.",
"url" : "NuxeoDrive.GetChildren",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "id",
"description" : "Id of the file system item backed by the document whose children to get.",
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}